stricmp

Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index Return to Main Contents
 

NAME

stricmp()  

SYNOPSIS

misc_lib/xgeneral.c:441

int stricmp(char *s1, char *s2)
 

DESCRIPTION

Routine to compare two strings, ignoring case.  

PARAMETERS:

s1, s2: The two strings to compare.  

FUNCTION RETURN VALUE

int: <0, 0, >0 according to the relation between s1 and s2.

 

ORIGIN

(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT


 

Index

NAME
SYNOPSIS
DESCRIPTION
PARAMETERS:
FUNCTION RETURN VALUE
ORIGIN

This document was created by man2html, using the manual pages.
Time: 07:27:17 GMT, October 17, 2022